Skip to content

Add support for methods annotated with @PolymorphicSignature causing unmatched method signatures#1604

Draft
moebarni wants to merge 8 commits into
developfrom
1266-support-polymorphicSignature-methods
Draft

Add support for methods annotated with @PolymorphicSignature causing unmatched method signatures#1604
moebarni wants to merge 8 commits into
developfrom
1266-support-polymorphicSignature-methods

Conversation

@moebarni

@moebarni moebarni commented Jun 2, 2026

Copy link
Copy Markdown
Collaborator

What does this PR do?

  • Adds support for cg resolution of signature-polymorphic methods found in java.lang.invoke.MethodHandle and java.lang.invoke.VarHandle.

Linked issue (if any)


Checklist

Code style & guidelines

  • I ran the formatter: mvn com.spotify.fmt:fmt-maven-plugin:format
  • I added the necessary comments in the code
  • I provided meaningful tests for my proposed change
  • I updated documentation (if needed)

Self-review

  • I performed a self-review of my code
  • I added or updated tests where needed
  • I have successfully run tests with your changes locally
  • My branch is up to date with develop

Review

  • CI checks are green
  • I requested a review from a core contributor

@moebarni moebarni self-assigned this Jun 2, 2026
moebarni and others added 2 commits June 10, 2026 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Investigate varargs parameter in the call graph algorithm Create Backport for MethodHandle/VarHandle

1 participant